#include"hangman.h" \\it's not necessary that it has to be written in caps

void main()
{ 
   karu();  \\the function karu is in the header file hangman.h
}

\\Have fun :)